T
The type of the result value.
Cocktail Help Reference
IAwaitable<T> Interface
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : IAwaitable<T> Interface



Glossary Item Box

Marks an awaitable object with a result value.

Syntax

Visual Basic (Declaration) 
Public Interface IAwaitable(Of T) 
   Inherits IAwaitable 
Visual Basic (Usage)Copy Code
Dim instance As IAwaitable(Of T)
C# 
public interface IAwaitable<T> : IAwaitable  
C++/CLI 
generic<typename T>
public interface class IAwaitable : public IAwaitable  

Type Parameters

T
The type of the result value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.